Skip to content

ci: add release-please automation so today's fixes ship to npm#552

Merged
NagyVikt merged 1 commit into
mainfrom
agent/claude/add-release-please-automation-2026-05-11-12-30
May 11, 2026
Merged

ci: add release-please automation so today's fixes ship to npm#552
NagyVikt merged 1 commit into
mainfrom
agent/claude/add-release-please-automation-2026-05-11-12-30

Conversation

@NagyVikt
Copy link
Copy Markdown
Collaborator

Automated by gx branch finish (PR flow).

`.github/workflows/release.yml` was correctly wired to publish on
`release: types: [published]` but nothing triggered it. `@imdeadpool/guardex@7.0.42`
on npm lagged behind ~7 merged fixes (PRs #545-551 in today's audit
alone) because the manual bump step never happened.

This change adds googleapis/release-please-action@v4 as a parallel
workflow on `push: main`:

- .github/workflows/release-please.yml -- runs the action with config +
  manifest files.
- release-please-config.json -- `release-type: node`, package name,
  changelog sections (feat / fix / perf visible; chore / docs / refactor /
  test / build / ci / style hidden), `include-v-in-tag: true` so the
  tag format matches what release.yml expects.
- .release-please-manifest.json -- pins current version 7.0.42 as
  baseline.

Flow after this merges: release-please scans commits since v7.0.42,
opens a "release X.Y.Z" PR that bumps package.json + writes
CHANGELOG.md; merging that PR creates a GitHub release at the new tag;
release.yml fires on release: published and ships to npm with
provenance + cosign signing.

OpenSpec notes at
openspec/changes/agent-claude-add-release-please-automation-2026-05-11-12-30/notes.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@NagyVikt NagyVikt merged commit 7d8a7ca into main May 11, 2026
2 of 5 checks passed
@NagyVikt NagyVikt deleted the agent/claude/add-release-please-automation-2026-05-11-12-30 branch May 11, 2026 10:33
NagyVikt added a commit that referenced this pull request May 11, 2026
…e-please queue (#556)

GitHub Actions runners are backlogged (CodeQL, CI, OpenSSF Scorecard,
Release Please all queued for 30+ minutes today). To stop reporting
the wrong version in `gx --version` against today's 10 merged PRs,
bump package.json + .release-please-manifest.json directly. When the
queue clears, release-please will continue from 7.0.43 normally.

This is the patch-level rollup of:
  #546 fix: stop branch-start state-file leak (Phase 1)
  #547 fix: submodule pointer resolver + port Phase 1+2 to templates/
  #548 chore: canonicalize scripts/ as symlinks to templates/
  #549 fix: OpenSpec scaffolding on-by-default
  #550 fix: gx cleanup state-aware dirt detection
  #551 chore(openspec): archive 5 merged changes
  #552 ci: add release-please automation
  #553 fix: symlink parity pre-commit + scripts layout doc
  #555 fix(gx): rename colony package to colonyq

Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant